- Install LM Studio https://lmstudio.ai
- Download https://lmstudio.ai/models/qwen/qwen3.5-35b-a3b
- Install Pi
npm install -g @mariozechner/pi-coding-agent - Configure PI for LM Studio
Create ~/.pi/agent/models.json:
{
"providers": {
npm install -g @mariozechner/pi-coding-agentCreate ~/.pi/agent/models.json:
{
"providers": {
Docker provides download links in release note. They promised that
(we) will also include download links in release notes for future releases.
Note:
| name | japanese-tech-writing |
|---|---|
| description | 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。 |
| license | Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063) |
日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- Author: Mojang/FML, Modified by Semx11, Further modified by techbrew --> | |
| <!-- PLACE IN .minecraft/config --> | |
| <Configuration status="WARN" packages="com.mojang.util"> | |
| <Appenders> | |
| <Console name="FmlSysOut" target="SYSTEM_OUT"> | |
| <PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] [%logger]: %msg%n" /> | |
| </Console> | |
| <Console name="SysOut" target="SYSTEM_OUT"> | |
| <RegexFilter regex="^(Error executing task|Unable to play unknown soundEvent|Item entity \d+ has no item\?!).*" onMatch="DENY" onMismatch="NEUTRAL"/> |
| <!DOCTYPE html> | |
| <html lang="zh-CN"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Proxifier Key 生成器 (Web版)</title> | |
| <style> | |
| :root { | |
| --primary-color: #007bff; |
| blueprint: | |
| name: Sleep as Android webhook handler | |
| description: > | |
| Home Assistant blueprint for handling Sleep as Android webhooks events | |
| In Sleep as Android app, set Webhooks URL to: | |
| https://<home-assistant-host>/api/webhook/<webhook-id> | |
| -------------------------------------------------------------------------------------------------------------------- | |
| show <TAB> see parameter list to show command | |
| ? list of commands | |
| To re-execute a command,use the redo command | |
| alias <name> <command> #Thealiascommandisexecutedfromthecurrentconfigurationcontext | |
| no alias <name> <command | |
| press [Tab] after typing "t",the available command options that begin with "t" | |
| switch(config)#t |
Situation: Data shows that in 12% of cases the agent skips get_customer and calls lookup_order using only the customer’s name, which leads to incorrect refunds.
Which change is most effective?
lookup_order and process_refund until an ID is obtained from get_customer [CORRECT]